home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEFIND / LOCATE.ZIP / READ.ME < prev   
Encoding:
Text File  |  1993-09-04  |  2.0 KB  |  42 lines

  1. LOCATE v1.0, by Terry Crandall            September 4, 1993
  2.  
  3. LOCATE recursively visits directories on your disk(s) and either reports
  4. files found or runs commands with the files found as their arguments.
  5.  
  6. LOCATE gives on-line help when run with the /? option.
  7.  
  8. There are many options to narrow or restrict the searches, and there are
  9. numerous formatting options in both reporting the files and batching the
  10. files.  LOCATE can handle directories with upto around 15,000 files.
  11.  
  12. The contents of the LOCATE.ZIP file is this READ.ME file, and files to
  13. create the program LOCATE.EXE using Borland C++ v3.1 IDE.  These files
  14. are LOCATE.C, LOCATE.DSK and LOCATE.PRJ.  There are no header files needed
  15. except for ones that are included with BC++.  The documentation for the
  16. program is embedded in the program itself, and can either be viewed by
  17. looking at LOCATE.C, or by running a built LOCATE.EXE with the /? option.
  18.  
  19. I wrote this program as an intellectual exercise, with the idea of
  20. portability in mind, and is as bare bones C as possible.  Only a few
  21. DOS-dependent, i.e., non-ANSI C, uses are present, namely the 2 or 3
  22. biosdisk() function calls.  The code is purely original, with nothing
  23. borrowed from any other work.  For academic teachers, this program may be
  24. used as a starting point for a useful project to students to add to its
  25. already rich set of features.
  26.  
  27. LOCATE is free to use, copy, give away, and do whatever you like with it.
  28. You may incorporate any of this code in any of your own work, free of
  29. charge, with the only caveat that the liability and responsibility of
  30. damages, etc., shifts from me to you.  You may NOT charge anyone for
  31. LOCATE in its present form...it must remain free to all who want it.
  32. However, if you make substantial modifications to it, then you may call
  33. it something else and do whatever you want with it, as long as you remove
  34. any mention of my name from the code and documentation.
  35.  
  36.  
  37. Terry Crandall
  38. 1101 Lake Heron Drive #1C
  39. Annapolis, MD 21403
  40. Compuserve [76620,521]
  41.  
  42.